// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.zxing.qrcode.encoder; final class a { private final byte a[]; private final byte b[]; a(byte abyte0[], byte abyte1[]) { a = abyte0; b = abyte1; } public byte[] a() { return a; } public byte[] b() { return b; } }